home *** CD-ROM | disk | FTP | other *** search
/ The Programmer Disk / The Programmer Disk (Microforum).iso / xpro / c3 / pro24 / pitch.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-07-03  |  112 b   |  7 lines

  1. /* mbc code */
  2. typedef struct pitch_struct {
  3.     int ppitch;
  4.     int pbend;
  5.     } pitch_table;
  6. /* end */
  7.